iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 8
1
自我挑戰組

30天資料整理系列 第 8

DAY08,從青蛙學習flex之8-13

  • 分享至 

  • xImage
  •  

今天就練習flex-direction這個屬性

https://ithelp.ithome.com.tw/upload/images/20200919/20129570i8I72DTMGG.png
看到荷葉跟青蛙顏色排序相反而且都是在主軸上
輸入:

flex-direction:row-reverse;

這樣就過第八關了

https://ithelp.ithome.com.tw/upload/images/20200919/20129570EPNHP14bNO.png
這個就很明顯是將主軸換成垂直了
輸入:

flex-direction:column

這樣就過第九關了

https://ithelp.ithome.com.tw/upload/images/20200919/20129570CbiogZVsmh.png
荷葉跟青蛙顏色排序相反而且都是在主軸上,但是這次荷葉是在主軸末端喔
輸入:

flex-direction:row-reverse;
justify-content:flex-end

這樣就過第十關了

https://ithelp.ithome.com.tw/upload/images/20200919/20129570pRqgzE4u8e.png
這題跟上一題差不多看到荷葉跟青蛙顏色排序相反而且都是在主軸上,但是這次主軸是垂直的荷葉依然是在主軸末端喔
輸入:

flex-direction:column;
justify-content:flex-end

這樣就過第十一關了

https://ithelp.ithome.com.tw/upload/images/20200919/20129570Vbu4npLIGw.png
主軸依然是垂直的,但是看到荷葉跟荷葉間都有一個間距但是跟外框沒有間距就很值白的是between了
輸入:

flex-direction:column-reverse;
justify-content:space-between;

這樣就過第十二關了

https://ithelp.ithome.com.tw/upload/images/20200919/20129570Q5ySSt5hrm.png
這題看似麻煩了點,但是抓到顏色相反主軸是水平的位置在底部中央就很明白要怎麼攻破了
輸入:

flex-direction: row-reverse;
align-items:flex-end;
justify-content:center;

這樣就過第十三關了


上一篇
DAY07,從青蛙學習flex之5-7
下一篇
DAY09,從青蛙學習flex之14-17
系列文
30天資料整理30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言